home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtspacketizerreassembler / componentvideortp / headers / componentvideortpresources.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  1.1 KB  |  50 lines

  1. /*
  2.     File:        ComponentVideoRTPResources.h
  3.  
  4.     Contains:    Declarations for Component Video RTP component resources
  5.  
  6.     Copyright:    © 1997-1999 by Apple Computer Inc. all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11.  
  12. #ifndef __RTPRSSMCOMPONENTVIDEORESOURCES__
  13. #define __RTPRSSMCOMPONENTVIDEORESOURCES__
  14.  
  15.  
  16.  
  17. /* ---------------------------------------------------------------------------
  18.  *        H E A D E R S
  19.  * ---------------------------------------------------------------------------
  20.  */
  21.  
  22.  
  23. #ifdef REZ
  24. #    define thng_RezTemplateVersion    2    /* use extended 'thng' resource with resource map */
  25. #    include "Components.r"
  26. #    include "RTPDefines.h"
  27. #else
  28. #    include <Components.h>
  29. #    include <QTStreamingComponents.h>
  30. #endif /* REZ */
  31.  
  32.  
  33.  
  34. #include "ComponentVideoRTP.h"
  35.  
  36.  
  37.  
  38. /* ---------------------------------------------------------------------------
  39.  *        M A C R O S
  40.  * ---------------------------------------------------------------------------
  41.  */
  42.  
  43.  
  44. #define COMPONENT_VIDEO_PROTOCOL_ENCODING_STRING    "X-Sample-YUV-422-v0"
  45. #define COMPONENT_VIDEO_HI_ENCODING_STRING            "Sample YUV 4:2:2"
  46.  
  47.  
  48.  
  49. #endif /* __RTPRSSMCOMPONENTVIDEORESOURCES__ */
  50.